home *** CD-ROM | disk | FTP | other *** search
- /* tune.h */
- #define TMPFILE "/tmp/joveXXXXXX"
- /* Where jove should put the tmp file */
-
-
- /* BIGTMP allows 512k bytes in tmp file. Otherwise 256k bytes */
-
- #define DESCRIBE "/usr/jove/lib/describe.com"
-
- #define FINDCOM "/usr/jove/lib/findcom"
- /* Where to search for the describe command */
-
- /* #define LSRHS_KLUDGERY /* Probably ONLY if you are at LS */
-
- #define MENLO_JCL /* If you have job stopping. Probably
- not necessary for most systems with
- job stopping, but ours is in the middle
- of changing over ... */
-
- #ifdef VAX
- #define VMUNIX 1 /* Vax unix */
- #endif
- typedef int disk_line;
-
-
-
- #ifndef VMUNIX
- typedef short disk_line;
- #define BUFSIZ 512
- #else
- typedef long disk_line;
- #define BUFSIZ 1024
- #endif
-
- /* end */